css footer comes under aside

30

body {
 	min-width:100%;
}
footer {
    clear: both;
    position: relative;
    height: 200px;
    margin-top: -200px;
}

Comments

Submit
0 Comments